home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / RIGHT.dxr / 00202.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  307 b   |  14 lines

  1. on mouseUp
  2.   set activityRect to the rect of the stage
  3.   set Activity to window "Activity"
  4.   set the rect of Activity to activityRect
  5.   set the fileName of Activity to "Ex_Funct"
  6.   set the windowType of Activity to 2
  7.   set the titleVisible of Activity to 0
  8.   open(Activity)
  9. end
  10.  
  11. on mouseDown
  12.   button()
  13. end
  14.